home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
s
/
subzerohdinstallers01.dms
/
subzerohdinstallers01.adf
/
HD
/
Ishar2.lha
/
install3
< prev
next >
Wrap
AmigaDOS Script File
|
1992-09-02
|
995b
|
55 lines
.key where,spaces,pad1,pad2,pad3,pad4,pad5,pad6,pad7,pad8
.bra {
.ket }
if "{where}" eq ""
echo "No path entered. Install cancelled."
skip audi
endif
if not "{spaces}" eq ""
echo "You must enclose the path name in double quotes. Install cancelled."
skip audi
endif
if exists "{where}"
echo "The directory *"{where}*" already exists. Installation cancelled."
skip audi
endif
echo "*NInstalling Ishar to directory *"{where}*"..."
echo "*NCreating directory..."
makedir "{where}"
ask "Insert Ishar Disk 1: ('Y' to continue 'N' Aborts)"
if not warn
echo "Installation cancelled*N"
skip audi
endif
copy empty: "{where}" all
ask "Insert Ishar Disk 2: ('Y' to continue 'N' Aborts)"
if not warn
echo "Installation cancelled*N"
skip audi
endif
copy empty: "{where}" all
ask "Insert Ishar Disk 3: ('Y' to continue 'N' Aborts)"
if not warn
echo "Installation cancelled*N"
skip audi
endif
copy empty: "{where}" all
echo "*N Hard drive installation complete..."
lab audi